Northwoods.GoSilverlight 1.3.5 Assembly
GetIsGroupForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetIsGroupForNode Method

nodedata
This predicate is true if a given node data may be a group (i.e. a container) of other nodes.

Syntax

Visual Basic (Declaration) 
Public Function GetIsGroupForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
public bool GetIsGroupForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is used for model navigation and graph traversal.

This model assumes that the value will never change.

Requirements

See Also

© 2012 All Rights Reserved.